HorizontalPosition Enumeration

Represents the horizontal alignment of a frame in relation to a specific area for documents with a text.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum HorizontalPosition

Members

Left0 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
Center1 Horizontal alignment of a frame should be centered in relation to a specific area for documents within a text.
Right2 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
FromLeft3 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
Inside4 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
Outside5 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
FromInside6 Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
None7 None.

See Also